home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor2 / bandb.doc < prev    next >
Text File  |  1995-03-31  |  3KB  |  64 lines

  1. BandB Library v1.2; creates BITS and BYTES unit objects. 
  2. From: kalb@informatik.uni-erlangen.de (Klaus Kalb) 
  3. Newsgroups: comp.sources.hp48 
  4. Date: 23 Sep 91 03:26:39 GMT 
  5.  
  6.  This is the complete documentation of the library BandB version 1.2. 
  7.  The ID of this libarary is 1673 and the title reads `BandB 1.2 Bits & Bytes` 
  8.  
  9.  The command `AboutBandB` should display the following screen: 
  10.  
  11.          BandB 1.2 Bits & Bytes 
  12.         created 09/20/91 14:06 
  13.         by Klaus Kalb 
  14.          
  15.         this is Public Domain 
  16.  
  17.  and return the version identification string "1.2" to level 1. 
  18.  
  19.  ------------------------------------------------------------------------- 
  20.  
  21.  The command `B&B' creates a temporary menu in which the defined units are 
  22.  available in the same way as in the build-in units-menus. 
  23.  
  24.  1_Bit implemented as 1_?, the standard unit for purposes like this. 
  25.  
  26.  Don't call the units objects directly, use the menu supplied 
  27.  by the 'B&B' command instead. 
  28.  
  29.  These are the defined units: 
  30.  
  31.      1_bit   == 1_? 
  32.      1_KBit  == 1024_Bit 
  33.      1_Byte  == 8_Bit 
  34.      1_KByte == 1024_Byte 
  35.      1_MByte == 1024_KByte 
  36.      1_GByte == 1024_MByte 
  37.      1_Block == 512_Bytes 
  38.  
  39.  
  40. -------------------------------------------------------------------------- 
  41.   There are many times I find myself sitting in front of an computer 
  42.   trying to figure out how many disks blocks (512 Bytes each) are 
  43.   needed to make up a 10 Meg partition. This library is designed 
  44.   to put an end to this. 
  45. -------------------------------------------------------------------------- 
  46.   This libary provides Bits and Bytes as unit objects for the HP48. 
  47.   Since multiples of these are defined in steps of 1024 instead 
  48.   of steps of 1000, the units KBit, KByte, MByte and GByte are 
  49.   supplied as well. 
  50. -------------------------------------------------------------------------- 
  51.   This library is Public Domain. Feel free to distribute it. 
  52.   Don't hesitate to mail any comments to the author. 
  53.  
  54.   The source code (for the star assembler by Jan Brittenson) 
  55.   is available (via email) from the author. 
  56.  
  57.   email: kskalb@informatik.uni-erlangen.de 
  58. -------------------------------------------------------------------------- 
  59.   This software is provided as is, without any warranty or assertion 
  60.   of fitness for any purpose.  This library makes use of undocumented 
  61.   and unsupported features of the HP48. This might cause data loss or 
  62.   even hardware damage. Use it at your own risk. 
  63. -------------------------------------------------------------------------- 
  64.